Quadrangle
The quadrangle used to represent document borders. It consists of four points in a specific order: Top Left, Top Right, Bottom Left, Bottom Right. By default, an empty quadrangle is created, meaning document detection has not been run, or it has detected no document in the image.
Constructors
Link copied to clipboard
Create a quadrangle from the coordinates of the corners. See Quadrangle for more details.
Creates a new Quadrangle instance from the given coordinates. The order of the corners must be: TopLeft (x, y), TopRight (x, y), BottomLeft (x, y), BottomRight (x, y). Each coordinate must be between 0 and 1. x values are relative to the width of the image, y values are relative to the height of the image.